home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_3180 / frame_10 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  199 b   |  10 lines

  1. if(_root.cm.hitTest(this.hit))
  2. {
  3.    if(_root.cm.ducking == false && _root.cm.invis <= 0)
  4.    {
  5.       this._parent.hitSound.start();
  6.       _root.cm.hit = true;
  7.       _root.health -= 5;
  8.    }
  9. }
  10.